ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPEnum<T> Class / Value Property




In This Topic
Value Property (ImGearXMPEnum<T>)
In This Topic
Gets the enum value.
Syntax
'Declaration
 
Public ReadOnly Property Value As T
 
'Usage
 
Dim instance As ImGearXMPEnum(Of T)
Dim value As T
 
value = instance.Value

Property Value

Template value.
Remarks
This property gets the enumeration value of the ImGearXMPEnum<T> generic class object.
See Also